Welcome![Sign In][Sign Up]
Location:
Search - dll mfc

Search list

[Windows DevelopMFCDLLSHARE

Description: 带资源的MFCDLLSHARED的DLL应用,包括在DIALOG和MAINFRAME中使用-MFCDLLSHARED resources with the application DLL, DIALOG and including the use of MAINFRAME
Platform: | Size: 197632 | Author: | Hits:

[DocumentsVisual C++ MFC 简明教程

Description: VC MFC 秒简明教程-VC MFC seconds Concise Guide
Platform: | Size: 26624 | Author: 古龙 | Hits:

[Windows Develop一个用MFC DLL开发的日期函数库

Description: 一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
Platform: | Size: 9216 | Author: | Hits:

[OtherMFC DLL的编写和调用示例

Description: MFC DLL的编写和调用示例-MFC DLL and call the sample preparation
Platform: | Size: 130048 | Author: hhh | Hits:

[DocumentsVC-11

Description: 动态链接MFC的常规DLL的实例-dynamic link MFC conventional examples of DLL
Platform: | Size: 6144 | Author: 李永 | Hits:

[Dialog_WindowDLL输出对话框类的例子

Description: 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB/VB call. Compressed are two examples : one, dlldemo demonstration of a call from the VC; 2, vbnetdllcall demonstration calling from VB.NET example;
Platform: | Size: 71680 | Author: 丁俊 | Hits:

[VOIP program用MFC改写的点对点语音通讯的ActiveX控件源代码

Description: 用ActiveX重新改写了一个点对点通讯的DLL文件,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE里面特别方便了。-using ActiveX rewriting of a point-to-point communications DLL files, this can be convenient in VB, vbs, js other scripting language, especially the use of IE in particular inside convenient.
Platform: | Size: 88064 | Author: | Hits:

[OS programMFC扩展动态链接库

Description: 我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。-I contacted the time is not long, right DLL understanding is not very deep here in a simple examples to illustrate what applications and how the DLL is working, and hopes to give some help beginners. Articles with source code to compile.
Platform: | Size: 43008 | Author: | Hits:

[ADO-ODBC常州旅游管理系统(两种方式)

Description: If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
Platform: | Size: 3050496 | Author: 陈军 | Hits:

[Windows Develop一步一步实现MFC扩展DLL中导出类和对话框

Description: 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
Platform: | Size: 19456 | Author: | Hits:

[Windows DevelopMfcDLL

Description: MFC动态链接库实例,实现DLL函数封装-MFC dll sample
Platform: | Size: 995328 | Author: | Hits:

[GUI DevelopMFCdll_demo

Description: 不同的dll组件加载的实例,可以做为MFC中DLL开发的经典教程-different dll component loading example, can be used as a DLL MFC development of the classic guide
Platform: | Size: 129024 | Author: 李毅 | Hits:

[Chess Poker gamesa1s2d3f

Description: 五子棋的小程序,MFC编写,非常简单,-331 small procedures, the preparation of MFC, very simple, thank you
Platform: | Size: 86016 | Author: 康睿 | Hits:

[ActiveX/DCOM/ATLdll_import_example

Description: VC++中非MFC DLL编程源代码之导出类-VC African MFC DLL programming source derived category of Code
Platform: | Size: 368640 | Author: ai | Hits:

[GUI DevelopVC++(MFC)Face

Description: 说明: 1.copy these four files to your pragram folder, 2.add "*.Lib","*.h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib,the files in "static" folder 3.add #include"SkinMagicLib.h" to the C*APP.cpp 4.In C*APP::InitInstance(), before show window, add: InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL) LoadSkinFile(".\\Tusk.smf") SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , "MainFrame" ) SetDialogSkin("Dialog") -: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add# include "sk inMagicLib.h "to the C* C* APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \ \ Tusk.smf ") SetWindo wSkin (AfxGetApp ()-
Platform: | Size: 501760 | Author: 好军 | Hits:

[Windows DevelopMyExtenDll

Description: 简单的MFC入门学习程序代码,很适合刚刚开始学习MFC编程的人学习用-simple MFC learning portal code, which is perfect for just started learning MFC programming with learning from the people
Platform: | Size: 22528 | Author: reka | Hits:

[OtherRegularDll

Description: 这个DLL的例子,属于静态链接到MFC 的规则DLL。静态链接到MFC的规则DLL与MFC库(包括MFC扩展 DLL)静态链接,将MFC库的代码直接生成在.dll文件中。在调用这种DLL的接口时,MFC使用DLL的资源。因此,在静态链接到MFC 的规则DLL中不需要进行模块状态的切换。-the DLL example, belong to the static link to the rules MFC DLL. MFC static link to the rules and MFC DLL libraries (including MFC extension DLL) static link, MFC will direct the generated code in. dll file. In calling this DLL interface, using MFC DLL resources. Therefore, the static link to the rules MFC DLL module does not require state switch.
Platform: | Size: 26624 | Author: zhengyan | Hits:

[VC/MFCMFC_DLL

Description: VC++动态链接库DLL编程深入浅出 概论 静态链接库 库的调试与查看 非MFC DLL MFC规则DLL MFC扩展DLL的创建-VC++ Dynamic-link library DLL programming easy Introduction to the static link library library debugging and view the non-MFC DLLMFC rules DLLMFC expansion DLL creation
Platform: | Size: 555008 | Author: shennq | Hits:

[VC/MFCvc-mfc.Example

Description: vc-mfc编程实例,是学习MFC的必备,是由浅入深的良药-vc-mfc programming examples, is essential to learn MFC, is easy-to-digest medicine
Platform: | Size: 25564160 | Author: 桂祖恒 | Hits:

[VC/MFCMFC

Description: MFC深入浅出 1_MFC概述 2_MFC和Win32 3_CObject类 4_消息映射的实现 5_MFC对象的创建 6_应用程序的退出 7_MFC的DLL 8_MFC的进程和线程 -1_MFC easy overview of MFC and Win32 3_CObject category 2_MFC news 4_ mapping object created 5_MFC realize 6_ application to withdraw from 7_MFC the DLL 8_MFC process and thread
Platform: | Size: 334848 | Author: 雪中漫步 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net